home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / miniedit / Makefile.16 < prev    next >
Encoding:
Makefile  |  1990-11-28  |  877 b   |  41 lines

  1. CC =cgcc
  2. CFLAGS = -O -mshort -I../h
  3.  
  4. SRCS=    miniedit.c regexp.c regsub.c
  5. OBJS=    miniedit.o regexp.o regsub.o
  6. PROG=    miniedit
  7.  
  8. all:        $(PROG).G16
  9.  
  10. $(PROG).G16:    $(OBJS)
  11.         $(CC) $(OBJS) -o $(PROG).G16 -lstdwin16 -lgem16 -mshort
  12.  
  13. $(PROG).A16:    $(OBJS) $(ALFA)/liba16.olb
  14.         $(CC) $(OBJS) $(ALFA)/liba16.olb -ltermcap16 -lpml16 -o $(PROG).A16 -mshort
  15.  
  16. clean:
  17.         rm -f core *.o [,@#]*
  18.  
  19. realclean:    clean
  20.         rm -f lib.a tags *.G16 *.A16
  21.  
  22. # End Rules
  23. miniedit.o: miniedit.c
  24. miniedit.o: ../h/stdwin.h
  25. miniedit.o: ../h/stdevent.h
  26. miniedit.o: ../h/stdtext.h
  27. miniedit.o: ../h/tools.h
  28. miniedit.o: ../h/configure.h
  29. miniedit.o: ../h/l_defs.h
  30. miniedit.o: ../h/editwin.h
  31. miniedit.o: ./regexp.h
  32. miniedit.o: ../h/configure.h
  33. regexp.o: regexp.c
  34. regexp.o: ./regexp.h
  35. regexp.o: ../h/configure.h
  36. regexp.o: ./regmagic.h
  37. regsub.o: regsub.c
  38. regsub.o: ./regexp.h
  39. regsub.o: ../h/configure.h
  40. regsub.o: ./regmagic.h
  41.